ComponentOne ASP.NET MVC Controls
SelectedValue Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : SelectedValue Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.SelectedValue. Sets the value of the SelectedItem, obtained using the SelectedValuePath.
Syntax
'Declaration
 
Public Function SelectedValue( _
   ByVal value As Object _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> SelectedValue( 
   object value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members